#!/bin/csh

################################################################
## environment #################################################
# Set these up based on the directory structure where the tools
# are located.
########
# General Cadence vars
umask 022
setenv CADENCE /usr/local/cadence
setenv SUITE soc-6.2
########
setenv LM_LICENSE_FILE $CADENCE/ic/share/license/license.832f0a56
setenv PATH $CADENCE/$SUITE/tools/bin:$PATH
setenv CDS_AUTO_64BIT 1
########

